home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
sound
/
emxwin40.zip
/
_SETUP.1
/
EnigmacrossDemo.exe
/
0
/
RCDATA
/
TEMXDEMOINPUTFORM
/
TEMXDEMOINPUTFORM.txt
< prev
Wrap
Text File
|
1997-04-01
|
2KB
|
113 lines
object EmxDemoInputForm: TEmxDemoInputForm
Left = 222
Top = 174
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
Caption = 'Quotation and Author-Title of '
ClientHeight = 322
ClientWidth = 434
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 312
Top = 184
Width = 113
Height = 15
Caption = ' Quotation Count '
Color = clGray
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
end
object QcLbl: TLabel
Left = 405
Top = 184
Width = 18
Height = 15
Alignment = taRightJustify
AutoSize = False
Caption = '0'
Color = clGray
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Image1: TImage
Left = 312
Top = 28
Width = 113
Height = 137
Picture.Data = {<image000.bmp>}
OnClick = Image1Click
end
object QuoteMemo: TMemo
Left = 8
Top = 12
Width = 289
Height = 265
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 0
OnKeyPress = QuoteMemoKeyPress
OnKeyUp = QuoteMemoKeyUp
end
object AcrosticEdit: TEdit
Left = 8
Top = 288
Width = 289
Height = 25
CharCase = ecUpperCase
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object CancelBtn: TBitBtn
Left = 331
Top = 220
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
object OkBtn: TBitBtn
Left = 331
Top = 252
Width = 75
Height = 25
Caption = '&OK'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = OkBtnClick
end
end